home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Files / Standard File / StandardGetFolder / OptimizationEnd.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  1.1 KB  |  38 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        OptimizationEnd.h
  3.     
  4.     Description:The Optimization changes to MoreFiles source and header files, along with
  5.                 this file and Optimization.h, let you optimize the code produced by MoreFiles
  6.                 in several ways.
  7.  
  8.     Author:        FO
  9.  
  10.     Copyright:     Copyright: © 1992-1999 by Apple Computer, Inc.
  11.                 all rights reserved.
  12.     
  13.     Disclaimer:    You may incorporate this sample code into your applications without
  14.                 restriction, though the sample code has been provided "AS IS" and the
  15.                 responsibility for its operation is 100% yours.  However, what you are
  16.                 not permitted to do is to redistribute the source as "DSC Sample Code"
  17.                 after having made changes. If you're going to re-distribute the source,
  18.                 we require that you make it clear in the source that the code was
  19.                 descended from Apple Sample Code, but that you've made changes.
  20.     
  21.     Change History (most recent first):
  22.                 6/25/99    Updated for Metrowerks Codewarror Pro 2.1(KG)
  23. */
  24.  
  25.  
  26. #if    __USEPRAGMAINTERNAL
  27.     #if defined(__MWERKS__)
  28.         #pragma internal reset
  29.     #endif
  30. #endif
  31.  
  32.  
  33. #if    __WANTPASCALELIMINATION
  34.     #ifndef __COMPILINGMOREFILES
  35.         #undef pascal
  36.     #endif
  37. #endif
  38.